services.akkoma.config.":pleroma"."Pleroma.Web.Endpoint".http.port

Listener port number.

Must be 0 if using a Unix socket.

Type
16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
if isAbsolutePath config.services.akkoma.config.:pleroma"."Pleroma.Web.Endpoint".http.ip
  then 0
  else 4000;
Declared
<nixpkgs/nixos/modules/services/web-apps/akkoma.nix>